-
Notifications
You must be signed in to change notification settings - Fork 497
feat: Add RQ id, name, alias args to add_requests
and enqueue_links
methods
#1413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also include rq_id
?
My thinking was that this should apply only to the context-level helpers, not the crawler-level ones. At the crawler level, they should always use the crawler's configured request manager.
Yes, I think we should, for consistency of supported parameters. Added
Yes, this PR adds support for new parameters, specifically in helpers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few details, my comments apply to their other occurrences as well.
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rq_name
and rq_alias
params for add_requests
and enqueue_links
methodsadd_requests
and enqueue_links
methods
Description
add_requests
andenqueue_links
methodsIssues
add_requests
andenqueue_links
methods #1402